home *** CD-ROM | disk | FTP | other *** search
/ Perl Multimedia Cyber Classroom / PERL Multimedia Cyber Classroom (Prentice Hall)(1998).ISO / perlbyex / code.jar / 0aex005.jar / code / ch0a / 0aex005 / 0aex005.pl next >
Perl Script  |  1998-04-01  |  119b  |  5 lines

  1. #!/usr/local/bin/perl
  2. unlink('a','b','c');
  3. $count=unlink <*.c>;
  4. print "The number of files removed was $count.\n";
  5.